home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / global-one-water.swf / scripts / __Packages / ClickBlocker.as next >
Encoding:
Text File  |  2011-10-17  |  166 b   |  12 lines

  1. class ClickBlocker extends MovieClip
  2. {
  3.    var useHandCursor = false;
  4.    function ClickBlocker()
  5.    {
  6.       super();
  7.    }
  8.    function onPress()
  9.    {
  10.    }
  11. }
  12.